Layer Definition Schema
FIND Element
See Also  Send comments on this topic.
Layer Definition Schema : FIND Element

Glossary Item Box

Description

Parent tag for stored Find tool queries in an ArcPad layer definition.

Diagram

QUERYBUILDER Element Sequence FIND Element

Overview

FIND
Parent tag for stored Find tool queries in an ArcPad layer definition.
Sequence
QUERYBUILDER
Parent tag for query fragments in an ArcPad layer definition.

Source

<xs:element name="FIND" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Parent tag for stored Find tool queries in an ArcPad layer definition.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apl:QUERYBUILDER" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.